home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2006 March / PCnet 2006-06.3.iso / Apps / Flash / FDBuilder1160CNET.exe / CDTools / startup.swf / scripts / DefineSprite_127 / frame_19 / DoAction.as
Encoding:
Text File  |  2005-09-25  |  148 b   |  14 lines

  1. n = math.random() * 5;
  2. if(n > 2 and n < 4)
  3. {
  4.    gotoAndPlay(35);
  5. }
  6. else if(n >= 4)
  7. {
  8.    gotoAndPlay(20);
  9. }
  10. else
  11. {
  12.    gotoAndPlay(1);
  13. }
  14.